Extension point serializers
Documentation
Contribute a new Serializer that can be use by the TemplateProcessor.Render operation
Contribution Descriptors
- Class: org.nuxeo.template.serializer.service.SerializerDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="serializers" target="org.nuxeo.template.serializer.service.TemplateSerializerService"> <serializer class="org.nuxeo.template.serializer.executors.XMLTemplateSerializer" name="default"/> <serializer class="org.nuxeo.template.serializer.executors.XMLTemplateSerializer" name="xml"/> </extension>